home *** CD-ROM | disk | FTP | other *** search
/ Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA) / Capcom E3 2004 Press CD (USA).bin / pc / files / nightmare / new_bar.swf / scripts / DefineButton2_71 / BUTTONCONDACTION on(press).as next >
Text File  |  2004-04-06  |  169b  |  12 lines

  1. on(press){
  2.    if(_global.i == 1)
  3.    {
  4.       _global.i = 14;
  5.    }
  6.    else if(_global.alreadyopen == true)
  7.    {
  8.       _global.i += 1;
  9.    }
  10.    _global.i -= 1;
  11. }
  12.